Struct isotope::ast::Let [−][src]
Expand description
A let
statement
Fields
ident: Option<String>
The identifier being assigned
ty: Option<Arc<Expr>>
The type of this identifier, if specified
value: Arc<Expr>
The value the identifier is being assigned
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Let
impl UnwindSafe for Let
Blanket Implementations
Mutably borrows from an owned value. Read more
Borrow an optional value of type T
Compare self to key
and return true
if they are equal.